net/http.http2serverConn.curHandlers (field)
8 uses
net/http (current package)
h2_bundle.go#L4668: curHandlers uint32 // number of running handler goroutines
h2_bundle.go#L6198: sc.curHandlers++
h2_bundle.go#L6461: if sc.curHandlers < maxHandlers {
h2_bundle.go#L6462: sc.curHandlers++
h2_bundle.go#L6480: sc.curHandlers--
h2_bundle.go#L6489: if sc.curHandlers >= maxHandlers {
h2_bundle.go#L6492: sc.curHandlers++
h2_bundle.go#L7339: sc.curHandlers++
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)